Build testmountoperation only on Unix for now.
authorTor Lillqvist <tml@novell.com>
Mon, 17 Mar 2008 22:41:55 +0000 (22:41 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Mon, 17 Mar 2008 22:41:55 +0000 (22:41 +0000)
2008-03-18  Tor Lillqvist  <tml@novell.com>

* tests/Makefile.am: Build testmountoperation only on Unix for now.

svn path=/trunk/; revision=19895

ChangeLog
tests/Makefile.am

index 52ad6e84f2ed1c250ff14265b4b0956e89845fd8..121bad9c7450a58c5c07d92d2449c9e78b2b1c4c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-18  Tor Lillqvist  <tml@novell.com>
+
+       * tests/Makefile.am: Build testmountoperation only on Unix for now.
+
 2008-03-17  Christian Kellner  <gicmo@gnome.org>
 
        Implement GtkMountOperation, a subclass of GMountOperation
index f1d6c312b9cb574925bbbee9dcdd7202da34f371..4a17e97194c37cb80ef449261145faaa8ffc9792 100644 (file)
@@ -52,6 +52,9 @@ TEST_PROGS                      += textbuffertest
 textbuffertest_DEPENDENCIES     = $(TEST_DEPS)
 textbuffertest_LDADD            = $(LDADDS)
 textbuffertest_SOURCES           = textbuffertest.c pixbuf-init.c
+if OS_UNIX
+TEST_PROGS                      += testmountoperation
+endif
 
 noinst_PROGRAMS =  $(TEST_PROGS)       \
        simple                          \
@@ -77,7 +80,6 @@ noinst_PROGRAMS =  $(TEST_PROGS)      \
        testinput                       \
        testmenus                       \
        testmenubars                    \
-       testmountoperation              \
        testmultidisplay                \
        testmultiscreen                 \
        testnotebookdnd                 \